go/types.Checker.convertUntyped (method)
12 uses
go/types (current package)
builtins.go#L290: check.convertUntyped(x, y.typ)
builtins.go#L293: check.convertUntyped(y, x.typ)
builtins.go#L312: check.convertUntyped(x, Typ[Float64])
builtins.go#L313: check.convertUntyped(y, Typ[Float64])
builtins.go#L470: check.convertUntyped(x, Typ[Complex128])
const.go#L289: func (check *Checker) convertUntyped(x *operand, target Type) {
expr.go#L363: check.convertUntyped(&c, typ)
expr.go#L670: check.convertUntyped(y, Typ[Uint])
expr.go#L925: check.convertUntyped(x, y.typ)
expr.go#L929: check.convertUntyped(y, x.typ)
index.go#L425: check.convertUntyped(x, Typ[Int])
stmt.go#L245: check.convertUntyped(&v, x.typ)